home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Maths & Science / DynRisk 4.0.3 / DynRisk-Help / DynRisk-Help.rsrc / TEXT_6511.txt < prev    next >
Text File  |  1996-08-30  |  1KB  |  20 lines

  1. NPV
  2.  
  3. Net Present Value function. This function lets you calculate the present value of a future value. The ‚Äúa‚Äù parameter denotes the interest rate, and the ‚Äúb‚Äù parameter contains the number of periods between the present time and the time when the future value is cashed in (or out). If you use this function with the same interest rate, many places in a model, you can create an ‚Äúinterest rate‚Äù node with this interest value as output value, and insert a reference to this node in the ‚Äúa‚Äù fields. If you want to change the interest rate in the model, this is done by changing the ‚Äúinterest rate‚Äù node. This setup also allows you to attach uncertainty to the interest rate throughout a model.
  4.  
  5. Note that by using negative ‚Äúb‚Äù values you can use the NPV function to calculate the future value of a present value as well.
  6.  
  7. Default parameter values:
  8.     a = 0.1, b = 1
  9.  
  10. Example 1:
  11.     a = 0.05, b = 7
  12.  
  13.     Input = 4.2  =>  Output =     2.9848616
  14.     Input = 7.9  =>  Output =     5.6143825
  15.  
  16. Example 2:
  17.     a = 0.05, b = -7
  18.  
  19.     Input = 2.9848616  =>  Output =     4.2
  20.     Input = 5.6143825  =>  Output =     7.9